func github.com/andybalholm/brotli.rightChildIndexH10

4 uses

	github.com/andybalholm/brotli (current package)
		h10.go#L60: func rightChildIndexH10(self *h10, pos uint) uint {
		h10.go#L82: 	var node_right uint = rightChildIndexH10(self, cur_ix)
		h10.go#L126: 					forest[node_right] = forest[rightChildIndexH10(self, prev_ix)]
		h10.go#L138: 				node_left = rightChildIndexH10(self, prev_ix)